You mean on one MySQL database and not server?
It's not recommended to install many scripts on one database. This will bring no problems if they don't need a table with the same name, but it can make access to it slow, which will reflect in the time your website takes to load.
It's better lo...