I am puzzled why no one recommends the obvious: When you get an "internal server error" you should enable debug mode. That will show you the error and if you look at the file path(s) that will tell you which module caused the problem. You can then delete it under the modules directory.
Edit /config/defines.inc.php and set _PS_MODE_DEV_ to true.