An incorrect sql notation can be seen in sql.
The file has been modified AdminCartsController.php
ORDER BY a.'\'id_cart\' ' DESC ...
and it should be right
ORDER BY a.id_cart DESC ...
Or there is a module installed that adds or adds $this->_orderBy ....