Hello,
I found a solution!
I'm installing SCCM with the wizard, so the process create automatically the database. The problem is that it creates the database with a transaction log size to 10MB and no autogrow parameter.
To solve this I created the database before starting the install with a default size to 5GB (I know this is a huge size value).
Now it install the software successfully.
EDIT: Finally, this error is due to the "model" database. It is not configured for autogrow and have a databases files set to 10MB. I just modified it and it is working well now.