The product xml for Paypal donations has an uninstall for the field showdonor in the user table. You can not use the authors php set up files for uninstalling or installing this Mod.
If you uninstalled the paypal mod through the admincp->manage products it should have removed the field.
In the xml code that you installed the mod with has the following for uninstalling the showdonor
Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user DROP donor, DROP showdonor");
So are you sure you did it properly.