Hello everyone:

I am seeing the following SQL error in my store this morning. This is the error message I am seeing:

1146 Table 'site_table.TABLE_CUSTOMERS_ADMIN_NOTES' doesn't exist
in:
[select * from TABLE_CUSTOMERS_ADMIN_NOTES where customers_id = '3822']

I am confused by this error because I don't have a table called TABLE_CUSTOMERS_ADMIN_NOTES in my database. I'm not sure where this SQL statement is coming from. Does anyone know which PHP file might be making this call? I checked he forums and haven't been able to find anything related to this issue.

Thank you.