Within your /includes/config.php file add this line just after <?php
PHP Code:
define('DISABLE_HOOKS', true);
You should then (hopefully) be able to login to the AdminCP. Once there, disable or uninstall the point market system product.
The database error is happening because the product is trying to select those fields in the mentioned query, which does not have access to the "user" table. The 500 error may be happening due to the product being removed but not disabled/uninstalled from within the AdminCP.