CDC is enabled at database level but not for this specific table, or the capture instance name does not match what Debezium expects. Each table needs its own capture instance.
EXEC sys.sp_cdc_enable_table @source_schema = N'dbo', @source_name = N'customers', @role_name = NULL;SELECT * FROM cdc.change_tables;