Unable to Uninstall Payments App - getting error Corrupted Table

Had installed Payments App a long time ago on a site… When attempting to uninstall app - get the following error
'show create table tabProspect Lead': Table _d5a5f03b038bxyz.tabProspect@0020Lead is corrupted. Please drop the table and recreate.

The app is not visible on dashboard - so it seems was corrupted not installed. I tried to force install it - and did a bench update - which does not throw any errors - app does not show as installed on dashboard…

How do I drop the table? How do I uninstall the app completely?

Documenting for my reference: Able to drop table as Leads were empty other than corrupted one… DO NOT DO THIS FOR OTHER TABLES

bench --site sitename mariadb
SHOW TABLES;
SELECT * FROM `tablename with backticks`; (to see rows in table)
DROP TABLE `tabProspect Lead` ;
EXIT
bench --site sitename migrate