"cannot redeclare class" means that somewhere in your program code that class is being loaded twice.
You'll have to hunt down where it's loaded and stop it from loading a second time.
Perhaps you have duplicate or backup copies of files that are getting automatically loaded ?

https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39