I found an uninstall.sql thanks to lat9
Code:
DELETE FROM configuration_group WHERE configuration_group_title = 'Recover Cart Sales';
DELETE FROM configuration WHERE configuration_key LIKE 'RCS_%';
DELETE FROM admin_pages WHERE page_key IN ('recover_cart_sales', 'stats_recover_cart_sales', 'config_recover_cart_sales');
DROP TABLE IF EXISTS scart;
Then reinstalled the install.sql. The Configuration>Configure RCS now populates with information in the table, but when I change show attributes from false to true and same for ignore customers with sessions, nothing changes when I run Tools>Recover Cart Sales.
I even tried to trick the sql and uninstalled again, changed the false/true settings in the patch, and then reinstalled. Still doesn't show the attributes and still missing logged in customers.
Please help!