error when doing setup install on clean database magento2

Here is an error which occurs when I run setup:install command on clean database magento2

SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘clean.core_confi
g_data’ doesn’t exist

I added sequence

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
    <module name="DevAll_Patches" >
        <sequence>
            <module name="Magento_Config"/>
        </sequence>
    </module>
</config>

For my DataPatches but still couldn’t fix an issue. what can be the problem ?